hideif.el: Minor cleanup
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Feb 2024 01:35:05 +0000 (20:35 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Feb 2024 01:35:05 +0000 (20:35 -0500)
commit70d6f6c41c9b1985e0ec70b45aeeac6982a050bb
tree550290d6c63386aa001c86df283875dbcd6b8eb9
parent7c23234b4ea43a033e06eb466008e0dc8485920b
hideif.el: Minor cleanup

* lisp/progmodes/hideif.el: Prefer #' to quote function names.
(hif-eval): Use `lexical-binding`.
(hif-ifx-regexp): Don't use `defconst` since `bovine/c.el` let-binds it.
(hif--intern-safe): Rename from `intern-safe` to fix this
namespace violation.
(hif-strtok): Adjust accordingly.
lisp/progmodes/hideif.el